home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / TeXsource / beebe / h / SPECIAL < prev    next >
Encoding:
Text File  |  1990-05-18  |  465 b   |  15 lines

  1. /* -*-C-*- special.h */
  2. /*-->special*/
  3. /**********************************************************************/
  4. /****************************** special *******************************/
  5. /**********************************************************************/
  6.  
  7. void
  8. special(s)            /* process TeX \special{} string in s[] */
  9. register char *s;
  10. {
  11.     (void)sprintf(message,
  12.     "special():  TeX \\special{%s} not implemented in this driver",s);
  13.     (void)warning(message);
  14. }
  15.